home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / INFO / XFDISK.ZIP / README.BAT < prev    next >
DOS Batch File  |  1991-08-29  |  5KB  |  100 lines

  1. @echo off
  2. cls
  3. echo !!!!!!!!!!!!!!!!!!!!  W E L C O M E   T O   X F D I S K  !!!!!!!!!!!!!!!!!!!!!!
  4. echo  
  5. echo This disk contains a set of programs and documentation to allow you to
  6. echo partition your fixed disk to take advantage of the space that is not used
  7. echo by DOS.  Read the DOC file for information on what sectors are NOT used by
  8. echo DOS, but will be when you change the partition structure of your fixed disk.
  9. echo  
  10. echo You CANNOT run the programs on this disk unless you happen to have the Conner
  11. echo CP-3204 fixed disk.  You MUST first read and understand the CP3204.DOC file.
  12. echo Then, using the CP3204.DOC file as a template, create a DOC file for your
  13. echo fixed disk.  Then you can use the XFDISK.BAT program to run your DOC file
  14. echo and partition your fixed disk.
  15. echo  
  16. echo The DEBUG program that comes with DOS is used by the programs.  So, DEBUG
  17. echo must be in the PATH in order for the programs to run properly.  You should
  18. echo be familiar with using DEBUG to fully utilize these programs.  Also, you
  19. echo MUST be familiar with hexadecimal numbers and decimal to hexadecimal
  20. echo conversion.
  21. echo  
  22. echo You must use DOS 5.00 or higher to partition your fixed disk using the
  23. echo information contained in the DOC file.
  24. echo  
  25. pause
  26. cls
  27. echo The following files are contained on this disk:
  28. echo  
  29. echo    README.BAT  -- This file.
  30. echo    XFDISK.BAT  -- Batch program to run the DOC file.
  31. echo    CP3204.DOC  -- DOCumentation and BATch file to partition the CP-3204.
  32. echo    PREPARE.BIN -- Program to prepare the fixed disk by clearing all sectors.
  33. echo    PREPARE.A86 -- Source file for PREPARE.BIN
  34. echo    FEEDBACK    -- Fill out this feedback form.  Then print the form and drop
  35. echo                   it in the mail with your contribution to become a registered
  36. echo                   user of XFDISK.
  37. echo  
  38. echo The following files are created when XFDISK runs the CP3204.DOC file.
  39. echo The files are included on this disk as a sample of the DEBUG script files.
  40. echo  
  41. echo    CP3204.1P  -- DEBUG script file to prepare & partition 1st fixed disk.
  42. echo    CP3204.1PR -- Same as .1P file but with G= lines preceded by REM.
  43. echo    CP3204.1R  -- DEBUG script file to restore partitions on 1st fixed disk.
  44. echo    CP3204.1RR -- Same as .1R file but with G= lines preceded by REM.
  45. echo    CP3204.2P  -- DEBUG script file to prepare & partition 2nd fixed disk.
  46. echo    CP3204.2PR -- Same as .2P file but with G= lines preceded by REM.
  47. echo    CP3204.2R  -- DEBUG script file to restore partitions on 2nd fixed disk.
  48. echo    CP3204.2RR -- Same as .2R file but with G= lines preceded by REM.
  49. echo  
  50. pause
  51. cls
  52. echo !!!!!!!!!!!!!!!!!!!!!!  S H A R E W A R E   N O T I C E  !!!!!!!!!!!!!!!!!!!!!!
  53. echo  
  54. echo By now, the shareware concept should be familiar to PC users.  In a nutshell,
  55. echo shareware is "try-before-you-buy" software, reasonably priced and user
  56. echo supported.  This simply means that you can get shareware software for free from
  57. echo anyone who has a copy, or often from bulletin board systems.  If you use and
  58. echo like the program, then the author requests a donation to support further
  59. echo software development.  By registering and making a donation, you will often
  60. echo also receive notice of available upgrades or supplemental programs.  Of course,
  61. echo payment under shareware is voluntary, but if the program is useful and the
  62. echo price is right, why not pay the dues and provide the incentive and reward
  63. echo necessary to continue development of new and better software?
  64. echo  
  65. echo XFDISK is shareware.  If you like it and use it, please register your copy on
  66. echo the FEEDBACK form enclosed on this disk.  You will be placed on a mailing list
  67. echo for future upgrades and receive the most recent distribution disk.
  68. echo  
  69. echo Help is available by mail.  I will try to answer all letters within 48 hours.
  70. echo Non-registered users must include a SASE for a reply. The degree of help
  71. echo available to non-registered users is purely discretionary.
  72. echo  
  73. pause
  74. cls
  75. echo XFDISK and all related documentation may not be sold under any circumstances
  76. echo without prior approval of Dennis W. Person.  Public Domain and Shareware
  77. echo distributors and Users Groups may charge a nominal fee for copying and
  78. echo distributing this program and Bulletin Board Systems may likewise carry it.
  79. echo Please contact me for a complimentary copy to insure that you are offering the
  80. echo most recent and complete release.
  81. echo  
  82. echo XFDISK and its documentation may not be transferred nor exchanged in any
  83. echo modified form.  If you really want to "hack" the functions or the
  84. echo documentation, by all means do so; but don't give the hacked version to anyone
  85. echo else.  I cannot be expected to help others use these functions if they are not
  86. echo the same as distributed.  Under no circumstances may the copyright notices be
  87. echo altered or removed from the functions or documentation.
  88. echo  
  89. echo  
  90. echo !!!!!!!!!!!!!!!  D I S C L A I M E R   O F   L I A B I L I T Y  !!!!!!!!!!!!!!!
  91. echo  
  92. echo This software product is provided "as is" with no guarantees or warranties
  93. echo express or implied.   Dennis W. Person, assigns and subcontractors accept no
  94. echo liability for the use of or inability to use this product, or any damages
  95. echo attributable thereto.
  96. echo  
  97. pause
  98. cls
  99. type readme.txt
  100.